projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5af6a87
)
; Fix typo in my previous commit
author
Stefan Kangas
<stefan@marxist.se>
Wed, 9 Dec 2020 21:24:43 +0000
(22:24 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Wed, 9 Dec 2020 21:24:43 +0000
(22:24 +0100)
* lisp/pcomplete.el (pcomplete-comint-setup): Fix typo.
lisp/pcomplete.el
patch
|
blob
|
history
diff --git
a/lisp/pcomplete.el
b/lisp/pcomplete.el
index a24df93a82892535ca288ed5fd24d0e75793d236..4b31d157f67e39a9f017aa82955a9f57c51c29a8 100644
(file)
--- a/
lisp/pcomplete.el
+++ b/
lisp/pcomplete.el
@@
-742,7
+742,7
@@
this is `comint-dynamic-complete-functions'."
#'pcomplete-parse-comint-arguments)
(add-hook 'completion-at-point-functions
#'pcomplete-completions-at-point nil 'local)
- (setq-local ompletef-sym
+ (setq-local
c
ompletef-sym
(copy-sequence (symbol-value completef-sym)))
(let* ((funs (symbol-value completef-sym))
(elem (or (memq 'comint-filename-completion funs)